.headmenu-new {
	position: fixed;
	top: 0;
    left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
    border-bottom: 1px solid #ebedf0;
	z-index: 999;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.headmenu-new .head-container {
	margin: 0 auto;
}
.headmenu-new .head-container .top {
	width: 100%;
	height: 54px;
}
.headmenu-new .top .logo {
	height: 42px;
	margin: auto 0;
}
.headmenu-new .top .logo img {
	width: auto;
	height: 42px;
}
.headmenu-new .top .logo span {
	font-size: 14px;
	color: #333;
	position: relative;
	top: -6px;
}
.headmenu-new .top .info {
	color: #323233;
}
.headmenu-new .top .info  .text {
	color: #323233;
}
.headmenu-new .top .info a {
	color: #323233;
}
.headmenu-new .top .info .gift {
	width: 42px;
	height: auto;
	object-fit: contain;
    animation: scale_gift 12s linear infinite;
    position: relative;
    top: -5px;
}
@keyframes scale_gift {
	0% {
		transform: scale(0)
	}
	2% {
		transform: scale(1)
	}
	4% {
		transform: scale(1.1)
	}
	6% {
		transform: scale(1)
	}
	8% {
		transform: scale(.9)
	}
	10% {
		transform: scale(1)
	}
	12% {
		transform: scale(1.1)
	}
	14% {
		transform: scale(1)
	}
	16% {
		transform: scale(.9)
	}
	18% {
		transform: scale(1)
	}
	20% {
		transform: scale(1.1)
	}
	22% {
		transform: scale(1)
	}
	24% {
		transform: scale(.9)
	}
	26% {
		transform: scale(1)
	}
	28% {
		transform: scale(1.1)
	}
	30% {
		transform: scale(1)
	}
	32% {
		transform: scale(.9)
	}
	34% {
		transform: scale(1)
	}
	36% {
		transform: scale(1.1)
	}
	38% {
		transform: scale(1)
	}
	40% {
		transform: scale(.9)
	}
	42% {
		transform: scale(1)
	}
	44% {
		transform: scale(1.1)
	}
	46% {
		transform: scale(1)
	}
	48% {
		transform: scale(.9)
	}
	50% {
		transform: scale(1)
	}
	52% {
		transform: scale(1.1)
	}
	54% {
		transform: scale(1)
	}
	56% {
		transform: scale(.9)
	}
	58% {
		transform: scale(1)
	}
	60% {
		transform: scale(1.1)
	}
	62% {
		transform: scale(1)
	}
	64% {
		transform: scale(.9)
	}
	66% {
		transform: scale(1)
	}
	68% {
		transform: scale(1.1)
	}
	70% {
		transform: scale(1)
	}
	72% {
		transform: scale(.9)
	}
	74% {
		transform: scale(1)
	}
	76% {
		transform: scale(1.1)
	}
	78% {
		transform: scale(1)
	}
	80% {
		transform: scale(.9)
	}
	82% {
		transform: scale(1)
	}
	84% {
		transform: scale(1.1)
	}
	86% {
		transform: scale(1)
	}
	88% {
		transform: scale(.9)
	}
	90% {
		transform: scale(1)
	}
	92% {
		transform: scale(1.1)
	}
	94% {
		transform: scale(1)
	}
	96% {
		transform: scale(.9)
	}
	98% {
		transform: scale(0)
	}
	to {
		transform: scale(0)
	}
}

.headmenu-new .top .info .hr {
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: #d8d8d8;
	margin: 0 6px;
	vertical-align: middle;
}


.headmenu-new .down {
	width: 100%;
}
.headmenu-new .down .nav li {
	position: relative;
}
.headmenu-new .down .nav .logo {
	line-height: 54px;
	height: 54px;
	margin-left: 20px;
	display: none;
}
.headmenu-new .down .nav .logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0;
}
.headmenu-new .down .nav .logo img {
	width: auto;
	height: 38px;
}
.headmenu-new .down .nav li a {
	line-height: 54px;
	height: 54px;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	transition: 300ms;
	color: #323233;
    font-size: 14px;
    display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.headmenu-new .down .nav li a:hover {
	color: #3574f6;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.headmenu-new .down .nav li .child {
	/*min-width: 136px;*/
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	padding: 8px 0px 0px;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	display: none;
}
.headmenu-new .down .nav li .child_content {
	padding: 15px 0;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 1px 24px 0 rgba(0,0,0,.1);
	width: 100%;
	display: inline-flex;
	position: relative;
}
.headmenu-new .down .nav li .child_content:before{
	content: "";
	border: 7px solid #fff;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-45deg);
	box-shadow: 10px -10px 10px 0px rgba(0,0,0,.03);
	position: absolute;
	left: 50%;
	top: -7px;
	margin-left: -7px;
}
.headmenu-new .down .nav li:hover .child {
	display: inline-block;
	top: 58px;
}
.headmenu-new .down .nav li:hover .child {
	padding-top: 15px;
}
.headmenu-new .down .nav li .child_normal {
	width: 100%;
	text-align: center;
}
.headmenu-new .down .nav li .child_normal li {
	width: 100%;
	margin: 0px;
}
.headmenu-new .down .nav li .child_normal li a {
	/*min-width: 136px;*/
	line-height: 46px;
	height: 46px;
	color: #131313 !important;
	box-sizing: content-box;
}
.headmenu-new .down .nav li .child_normal .nowrp {
	white-space:nowrap;
	position: relative;
}
.headmenu-new .down .nav li .child_normal .nowrp .hr {
	width: 100%;
	height: 2px;
	background-color: #3574f6;
	transform: scale(0,0);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.headmenu-new .down .nav li .child_normal .nowrp:hover .hr {
	transform: scale(1,1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
/*.headmenu-new .down .nav li .child_normal li a:after{
	display: none;
}
.headmenu-new .down .nav li .child_normal li a:before{
	content: "";
	width: 66px;
	height: 2px;
	background-color: #3574f6;
	transform: scale(0,0);
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -33px;
	transition: 300ms;
}
.headmenu-new .down .nav li .child_normal li a:hover:before{
	transform: scale(1,1);
}*/

.headmenu-new .down .btns .btn-register, .headmenu-new .down .btns .btn-login {
	display: inline-block;
	padding: 5px 20px;
	color: #323233;
	font-size: 14px;
	line-height: 28px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	white-space:nowrap;
}
.headmenu-new .down .btns .btn-login {
	text-align: center;
	background-color: #204066;
	border-radius: 4px;
	color: #fff;
}
.headmenu-new .down .btns .btn-register:hover {
	color: #3574f6;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.headmenu-new .down .btns .btn-login:hover{
	background-color: #3574f6;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.headmenu-new.headmenu_on {
	top: -54px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.headmenu-new.headmenu_on .down .nav .logo {
	display: block;
}

.fixed-topH {
	width: 100%;
	height: 134px;
	position: relative;
}
.headmenu-new.headmenu_on + .fixed-topH {
	top: -64px;
}




@media screen and (min-width:1200px) {
	.headmenu-new .head-container {
		width: 1200px;
	}
	.headmenu-new .head-container .top {
		padding: 0;
	}
	.headmenu-new .down .nav {
		margin-left: -20px;
	}
}
@media screen and (max-width:1200px) {
	.headmenu-new .head-container {
		width: 100%;
	}
	.headmenu-new .head-container .top {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.headmenu-new .down .nav {
		margin-left: 0px;
	}
	.headmenu-new .down .btns .btn-login {
		margin-right: 20px;
	}
}

@media screen and (max-width:936px) {
	.headmenu-new .down .nav li a {
		line-height: 28px;
		height: 28px;
	}
	.headmenu-new .down .btns .btn-register, .headmenu-new .down .btns .btn-login {
		padding: 0 10px;
	}
}



/* 移动端样式 */
.mask_M {
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.m-headermenu {
	width: 10rem;
	position: fixed;
	top: 0;
    left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
    border-bottom: 1px solid #ebedf0;
	z-index: 999;
}
.m-header {
	width: 9.6rem;
	padding: .2rem .2rem;
}
.m-header .logo {
	height: .72rem;
	line-height: 0;
}
.m-header .logo img {
	width: auto;
	height: .72rem;
	display: inline-block;
}
.m-header .logo span {
	font-size: .32rem;
	position: relative;
	top: -.1rem;
}
.m-header .menu {
	width: .8rem;
	height: .8rem;
	text-align: center;
}
.m-header .menu .icon {
	font-size: .72rem;
	position: relative;
}
.m-headermenu .m-menubox {
	/* width: 8rem; */
	width: 0;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1001;
	overflow: auto;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.m-headermenu .m-menubox.act {
	width: 8rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.m-headermenu .m-menubox .m-top {
	width: 8rem;
	padding: .4rem;
	border-bottom: 1px solid #ddd;
}
.m-headermenu .m-menubox .m-top .logo {
	height: .72rem;
	line-height: 0;
}
.m-headermenu .m-menubox .m-top .logo img {
	width: auto;
	height: .72rem;
	display: inline-block;
}
.m-headermenu .m-menubox .m-top .logo span {
	font-size: .32rem;
	position: relative;
	top: -.1rem;
}
.m-headermenu .m-menubox .m-top .m-close {
	width: .8rem;
	height: .8rem;
	text-align: center;
}
.m-headermenu .m-menubox .m-top .m-close .m-icon {
	font-size: .72rem;
	position: relative;
}
.m-headermenu .m-menubox .m-navbox {
	width: 7.2rem;
	padding: 0 .4rem;
}
.m-headermenu .m-menubox .m-navbox .group {
	width: 7.2rem;
	padding: .2rem 0;
	line-height: .72rem;
	border-bottom: 1px solid #ddd;
}
.m-headermenu .m-menubox .m-navbox .group a {
	width: 100%;
	height: .96rem;
	display: inline-block;
}
.m-headermenu .m-menubox .m-navbox .group .name {
	line-height: .96rem;
	font-size: .373333rem;
	color: #323233;
}
.m-headermenu .m-menubox .m-navbox .group .icon {
	font-size: .8rem;
	color: #999;
}
.m-headermenu .m-menubox .m-navbox .group .m-child {
	width: 7.2rem;
	box-sizing: border-box;
	padding: .4rem 0;
	display: none;
}
.m-headermenu .m-menubox .m-navbox .group .m-child .m-item {
	min-width: 50%;
	padding: .04rem .4rem;
	box-sizing: border-box;
}
.m-headermenu .m-menubox .m-navbox .group.on .m-child {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.m-headermenu .m-menubox .m-navbox .group.on .icon {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
.m-fixed-topH {
	width: 10rem;
	height: 1.5rem;
	position: relative;
}



